home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Cafe 3
/
Visual Cafe 3.ISO
/
Vcafe
/
Sample.bin
/
ExampleApplet.java
< prev
next >
Wrap
Text File
|
1998-09-15
|
168b
|
9 lines
package alternative;
public class ExampleApplet extends Compatibility {
public void init() {
filename = "alternative/ExampleApplet.gif";
super.init();
}
}